body,html
{height: 100%;
  background: #1a1e23;
}
.navbar
{background-color:rgba(21,31,33,0.1);
border-bottom: 1px solid blue;
opacity: 1;
}
.navbar .navbar-nav .nav-link
{color:#7B241C;
}
.navbar .navbar-nav .nav-link:hover
{color:#fff;
}
.navbar-toggler-icon
{color:orange;
}
#header
{background: url("/pictures/WhatsApp Image 2021-09-21 at 4.42.44 PM.jpeg") center center no-repeat;
background-size:cover;
height:100%;
color:blue;
display:flex;
align-items:center;
}
#header h1
{color:orange;
}
.container
{padding:30px;
}
#desc
{background-color:rgba(0,0,0,0.1);
padding:55px;
border-radius:30px;
color:pink;
}
h2
{color:brown;
}
#footer
{color:white;
border-top: 1px solid blue;
}
.list-inline-item
{
padding:0px 10px;
height:30px;
width:30px;
}
#publications .col-md-4
{padding:0 10px 10px;
}
#certification .row
{padding:0 0 10px;
}
#certification .img_fluid
{height:400px;
width:500px;
}
#project .col-md-6
{border-radius:20px;
margin:20px 0;
}
#certification
{color:#BFC9CA;
}
.img-1
{height:30px;
width:30px;
}
#ab
{border: 2px solid blue;
}
#bc
{border: 2px solid orange;
}
#bc .img-fluid-2
{height:200px;
width:500px;
background-color:green;
}
#ab .img-fluid-2
{margin:70px 0 100px 0;
border-spacing:50px;
background-color:green;
}
#about .img-fluid
{height:600px;
}
#border-dena
{border-right:3px solid blue;
}
#border-dena-left
{border-left:3px solid blue;
}
#project
{color:#BFC9CA;
}
#about
{background: #1a1e23;
  margin: 0;
}
.blockquote p
{color:white;
}
#experience
{color:#FADBD8;
}
.card-img-top
{height:250px;
}
.button-center
{text-align:"center";
}
.card
{background-color:#FDF2E9;
}